- 
        Couldn't load subscription status. 
- Fork 159
chore(rawdb): migration to plugin/evm/rawdb #851
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
737f723    to
    1b96bd2      
    Compare
  
    1b96bd2    to
    432dfae      
    Compare
  
    There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If anyone has a better name than customrawdb that would be nice but I can't think of anything better right now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor comments re consistency, otherwise LGTM
2d7b55b    to
    ba76d51      
    Compare
  
    - Move our custom code from core/rawdb to plugin/evm/rawdb - Remove rawdb/imports.go and import from libevm directly in other files
- Use hyperlink config in comment
- Use constants when possible instead of variables
- Use `require` to shorten test
- Check errors returned
- Use t.Cleanup instead of defer
- Use `any` instead of `interface{}` like we're in Go 1.17 days!
    69e165e    to
    2773bbb      
    Compare
  
    | ℹ️ last force push is just to add missing gpg signatures (no diff) | 
See original PR ava-labs/coreth#851
See original PR ava-labs/coreth#851
See original PR ava-labs/coreth#851
See original PR ava-labs/coreth#851
See original PR ava-labs/coreth#851
See original PR ava-labs/coreth#851
See original PR ava-labs/coreth#851
See original PR ava-labs/coreth#851
See original PR ava-labs/coreth#851
See original PR ava-labs/coreth#851
Why this should be merged
Suggested by @darioush to clean up rawdb a bit further. This is non blocking for the libevm branch to be merged into master.
How this works
How this was tested
CI passing
Need to be documented?
No
Need to update RELEASES.md?
No